home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Biomorph 0.77 / Biomorph src / morph.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-28  |  227 b   |  8 lines  |  [TEXT/ALFA]

  1. #ifndef MORPH_H
  2. #define MORPH_H
  3.  
  4. typedef void morphfunction(ImagPt *Zold, ImagPt *C, ImagPt *Znew);
  5. typedef morphfunction    *MorphProcP;  // ptr to the function.
  6. typedef MorphProcP        *MorphProcH;  // handle to the function
  7.  
  8. #endif